projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08589b
)
(LIBS_SYSTEM): Don't attempt to #define this if we already have a
author
Jim Blandy
<jimb@redhat.com>
Wed, 16 Jun 1993 22:09:24 +0000
(22:09 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 16 Jun 1993 22:09:24 +0000
(22:09 +0000)
definition of LIB_SYSTEM from s/usg5-4.h.
src/m/delta88k.h
patch
|
blob
|
history
diff --git
a/src/m/delta88k.h
b/src/m/delta88k.h
index f896a35df2b18607f21ac54a397d35ec7be1b798..3b324d0059c08f6c58449d2b542a16aed5eb11d6 100644
(file)
--- a/
src/m/delta88k.h
+++ b/
src/m/delta88k.h
@@
-163,11
+163,14
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#define USE_UTIME
+/* previously defined in usg5-4, if we choose to use that. */
+#ifndef LIBS_SYSTEM
#ifdef USG5_4
#define LIBS_SYSTEM -lsocket -lnsl
#else
#define LIBS_SYSTEM -lbsd -lg
#endif /* USG5_4 */
+#endif
#define NEED_TERMIOS